-
Notifications
You must be signed in to change notification settings - Fork 940
Make initializeFirestore() idempotent #5280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Changeset File Check
|
Size Analysis Report |
cc05e0f
to
991010c
Compare
991010c
to
bfbc873
Compare
CI seems to be flaky. Build and tests pass locally. |
Making all product initialize() functions idempotent.
See #5272
I don't see any existing tests for
initializeFirestore()
orgetFirestore()
and I'm a little unsure of how to set up a new test in this structure.